From 9f4db893ec89e985a826192c2162da1e086ed197 Mon Sep 17 00:00:00 2001 From: "mjw@wray-m-3.hpl.hp.com" Date: Thu, 19 Aug 2004 09:10:04 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.85 (41246e6cqFirsFl7JcTf8qlEXs59cA) Fix libxutil install. --- tools/libxutil/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/libxutil/Makefile b/tools/libxutil/Makefile index e3d15e85cb..0b665bc10d 100644 --- a/tools/libxutil/Makefile +++ b/tools/libxutil/Makefile @@ -27,6 +27,8 @@ MAJOR := 1.3 MINOR := 0 LIB_NAME := libxutil LIB := $(LIB_NAME).so +LIB += $(LIB_NAME).so.$(MAJOR) +LIB += $(LIB_NAME).so.$(MAJOR).$(MINOR) all: check-for-zlib $(LIB) -- 2.30.2